home *** CD-ROM | disk | FTP | other *** search
/ USA Bestseller / USA BESTSELLER Vol 1-95 (Hepp-Computer)(1995).iso / e187 / fm.doc < prev    next >
Text File  |  1993-04-17  |  37KB  |  856 lines

  1.  
  2.                                 File Maven (tm)
  3.                                   Version 2.1
  4.  
  5.                       Copyright (C) 1992,1993 Kent Briggs
  6.                               All Rights Reserved
  7.  
  8.  
  9.                                  Introduction
  10.                                  ------------
  11.  
  12.        maven (MAY vin) n. expert or connoisseur, devotee.
  13.  
  14.        File Maven is an advanced DOS file manager with high speed
  15.        PC-to-PC transfer capabilities using a null modem cable and 16-bit
  16.        CRC error correction.  File Maven features a modern user interface
  17.        with pull-down menus, mouse support, hot keys, and user-defined
  18.        screen colors.  File commands include copy, move, delete, wipe,
  19.        rename, edit, view, tag, execute, and sort.  Directory commands
  20.        include create, delete, and rename.
  21.  
  22.  
  23.                                  Distribution
  24.                                  ------------
  25.  
  26.        File Maven is copyrighted software distributed as shareware with
  27.        a registration fee of $16.50.  Shareware is a "try before you buy"
  28.        concept where users are encouraged to share the programs with
  29.        friends and business associates, upload to electronic bulletin
  30.        board systems (BBS), etc.  Those that find the programs useful
  31.        should register their copy to support the author's efforts and to
  32.        receive technical support or other benefits.
  33.  
  34.        File Maven is distributed in a compressed format, usually in a file
  35.        called FMAV21.ZIP.  The compressed file contains the following files
  36.        that must stay together for distribution:
  37.  
  38.        FM.EXE          File Maven Program
  39.        FM.DOC          File Maven Documentation
  40.        FILE_ID.DIZ     File Maven description file for BBSs
  41.        ASP.DOC         Association of Shareware Professionals Info.
  42.  
  43.        To print this 15 page documentation file, type the following
  44.        command at the DOS command line:
  45.  
  46.        COPY FM.DOC PRN
  47.  
  48.                                  Registration
  49.                                  ------------
  50.  
  51.        File Maven may be used in an evaluation period of no more than 30
  52.        days.  You must register the program to use it past the evaluation
  53.        period.  Failure to do so is a violation of the license agreement.
  54.  
  55.  
  56.                                       1
  57.  
  58.  
  59.        To register your copy of File Maven, print the order form at the
  60.        end of this file or use the print option when you exit File Maven.
  61.  
  62.        There are three line items on the order form:
  63.  
  64.        1. Single user license            :  $15 ea + $1.50 S&H*
  65.        2. Network server license         :  $75 ea + $1.50 S&H
  66.        3. Unlimited user site license    : $225 ea + $1.50 S&H
  67.  
  68.        * Shipping and Handling is $3.50 for orders outside the U.S.A.
  69.  
  70.        Item 1 is the normal registration option.  Item 2 is for
  71.        unlimited users on a single network server.  Item 3 is a site
  72.        license for companies who need more than 15 copies of File Maven.
  73.        With a site license, you may make unlimited copies of File Maven
  74.        for use on the site.  A site is defined as one or more buildings
  75.        used by a company or institution on a contiguous area of land.
  76.        Upgrades to higher licenses are available.
  77.  
  78.        Each license includes a disk, printed manual, and a unique serial
  79.        number that will be used to suppress the registration reminder
  80.        screens.  Technical support is provided via mail at the address
  81.        shown below for at least one year after registration.
  82.  
  83.        Please include the name or company name that File Maven will be
  84.        registered to.  This name (30 characters max) will be placed on
  85.        File Maven's opening screen.
  86.  
  87.        For orders or technical support, write to:
  88.  
  89.        Kent Briggs
  90.        109A Romana Cir.
  91.        Hewitt, TX  76643
  92.  
  93.                                   Disclaimer
  94.                                   ----------
  95.  
  96.        This software is provided as is and without warranty.  The author
  97.        assumes no liability for damages, either direct or consequential,
  98.        which may result from the use of this product.
  99.  
  100.  
  101.                                  Installation
  102.                                  ------------
  103.  
  104.        No special installation is needed to run File Maven.  However, you
  105.        will probably want to put FM.EXE in your DOS path so that it will
  106.        execute from any directory.  The DOS path is defined in your
  107.        AUTOEXEC.BAT file and lists a string of directories that are
  108.        searched if DOS cannot find a program in the current directory.
  109.        Put FM.EXE in one of those directories or modify the PATH statement
  110.        so that it contains the File Maven directory.  Refer to your DOS
  111.        manual for use of the PATH command.
  112.  
  113.                                       2
  114.  
  115.  
  116.        To start File Maven, type FM at the DOS command line and press Enter.
  117.        You may enter optional parameters on the command line:
  118.  
  119.        FM [pathspec][filespec] [/N,/E,/S,/D,/A,/U][R]
  120.  
  121.        Pathspec is the directory that File Maven will display on startup.
  122.        The default directory is the current directory.  The Filespec is the
  123.        file name filter that determines which files to display.  The
  124.        default filespec is *.* which displays all files.  The / options
  125.        determine the file sort order: N=name, E=extension, S=size, D=date,
  126.        A=attribute, and U=unsorted.  Use an R suffix to reverse the sort.
  127.        The default sort is /N.  The following example will show the batch
  128.        files in the root directory on drive A and sort them by date in
  129.        reverse order:
  130.  
  131.        FM A:\*.BAT /DR
  132.  
  133.  
  134.                                File Maven Screen
  135.                                -----------------
  136.  
  137.        The screen is divided into five main areas that contain information
  138.        about the current directory or available commands.
  139.  
  140.        The title bar and pull-down menus are displayed at the top of the
  141.        screen.  The pull-down menus appear when you press the / key or
  142.        click the mouse on the title bar.
  143.  
  144.        The file list is the large box on the left side of the screen.  It
  145.        contains the list of files in the current directory that match the
  146.        filespec.  The list contains the file name and extension, size, date
  147.        and time, and attributes.  The four possible attributes are A for
  148.        archive, S for system, H for hidden, and R for read-only.  Refer to
  149.        your DOS manual for a description of file attributes.  The file list
  150.        is sorted by the current sort order.  At the bottom of the file list
  151.        is the name of the current directory.
  152.  
  153.        The directory list is the box in the upper right corner of the
  154.        screen. This list contains the subdirectories of the current
  155.        directory and all of the logical drives on the computer. The number
  156.        of subdirectories and drives are displayed under the directory list.
  157.        If the current directory is not a root directory, then the first item
  158.        in the directory list will always be a ".." which represents the
  159.        parent directory of the current directory.  The date and time that
  160.        the directories were created are also shown in the list.  The
  161.        directory list is always sorted by name in ascending order.  Hidden
  162.        directories are not displayed in the list.  However, you can use File
  163.        Maven in a hidden directory by changing to the hidden directory with
  164.        the DOS CD command and then running FM.EXE.  You can also place the
  165.        directory name on the FM.EXE command line (i.e. FM C:\SECRET).
  166.  
  167.  
  168.  
  169.  
  170.                                       3
  171.  
  172.  
  173.        The statistics box is the box in the lower right corner of the
  174.        screen.  It contains additional information about the files in the
  175.        current directory.  The filespec shows the current file name filter
  176.        that determines which files are displayed.  The default filespec is
  177.        *.* which displays all files.  The current file sort order is shown
  178.        under the filespec.  "Rev" will be displayed if the sort is in
  179.        reverse (descending) order.  Both the filespec and sort order can
  180.        be set from the FM.EXE command line or changed from the menus.  The
  181.        filespec and sort order remain in effect even after changing
  182.        directories.
  183.  
  184.        The number and size of tagged files are also shown in the statistics
  185.        box.  Files can be tagged with the + key and untagged with the - key
  186.        (use the numeric keypad or click the mouse on the status line).
  187.        Files are tagged so that they can be processed (copied, deleted,
  188.        etc.) all at once instead of one at a time.  Finally, the number and
  189.        size of the files matching the filespec are shown at the bottom of
  190.        the statistics box along with the available space on the current
  191.        disk drive.
  192.  
  193.        The status line is the bottom line of the screen.  It displays some
  194.        of the active keys and descriptions of the menu commands when they
  195.        are highlighted.
  196.  
  197.  
  198.                          Active Keys and Mouse Clicks
  199.                          ----------------------------
  200.  
  201.        Scrolling:     Press the left and right cursor keys or the Tab key
  202.                       to move the highlight bar between the file list and
  203.                       directory list.  Press the up and down cursor keys to
  204.                       scroll the highlight bar in the file and directory
  205.                       lists.  With the mouse, click on either list to move
  206.                       the highlight bar to the desired file or directory.
  207.                       Click on the scroll bar arrows to simulate the up and
  208.                       down cursor keys.  Press PageUp and PageDown to scroll
  209.                       a whole page of files or directories.  Click above or
  210.                       below the scroll block to simulate the PageUp and
  211.                       PageDown keys.  Press Home to move to the top of the
  212.                       list and End to move to the bottom.
  213.  
  214.        Change Dir:    With the highlight bar in the directory list, press
  215.                       Enter to change to that directory.  If the
  216.                       highlight bar is on the ".." directory, then the
  217.                       new directory will be the parent of the current
  218.                       directory.  If the highlight bar is on a drive,
  219.                       then the new directory will be the current
  220.                       directory on the new drive.  With the mouse, click
  221.                       once to highlight the directory or drive and then
  222.                       click again to change to that directory or drive.
  223.  
  224.  
  225.  
  226.  
  227.                                       4
  228.  
  229.  
  230.        File Tagging:  With the highlight bar in the file list, press the
  231.                       + key (use the numeric keypad) to tag the current
  232.                       file.  An arrow will appear on the left side of the
  233.                       file name.  Press - to untag a file.  With the mouse,
  234.                       click on the words Tag and Untag on the status line.
  235.  
  236.        File Viewing:  With the highlight bar in the file list, press
  237.                       Enter to view the current file in ASCII (text)
  238.                       format.  Binary files can also be viewed but each
  239.                       byte will be converted to its ASCII equivalent
  240.                       character.  Only the first 9999 lines of the file
  241.                       can be viewed.  Lines wider than 255 characters
  242.                       will be wrapped.  Use the cursor, PageUp/PageDn,
  243.                       and Home/End keys for scrolling.  Press Esc to exit
  244.                       the file viewer.  Use the Attributes command to
  245.                       change file attributes.  With the mouse, click on
  246.                       the highlighted file to view it.
  247.  
  248.        File Search:   Press any other key to search for a file (or
  249.                       directory) that begins with that character (i.e.,
  250.                       press P to search for a file name that begins with
  251.                       P).  The search begins at the highlight bar and
  252.                       goes down until a match is found or until the
  253.                       bottom of the list is reached at which time the
  254.                       search will continue at the top of the list and
  255.                       continue until the original starting point is
  256.                       reached.  If a match is found, the highlight bar
  257.                       will be moved to that file (or directory).
  258.  
  259.  
  260.                                Pull-Down Menus
  261.                                ---------------
  262.  
  263.        Press the / key or click the mouse on the title bar to display the
  264.        top level menu.  Use the left and right cursor keys to highlight the
  265.        appropriate menu item.  A description of the menu item will be
  266.        displayed on the status line.  Press Enter or the down cursor key
  267.        or click the mouse to "pull down" a menu.  Highlight the command
  268.        you want and press Enter or just press the key corresponding to the
  269.        first character in the command.  With the mouse, just click on the
  270.        command that you want.  To cancel the menus, press Esc or click
  271.        outside of the menus with the mouse.
  272.  
  273.        Some of the more common menu commands can be activated with a
  274.        "hot key".  Hot keys are short cuts that do not require using the
  275.        menus.  For example, Alt-C is the hot key for copying files.  Hot
  276.        keys appear next to the commands on the menus.  Menu commands that
  277.        have a right arrow mark next to them will display a submenu if
  278.        selected.
  279.  
  280.  
  281.  
  282.  
  283.  
  284.                                       5
  285.  
  286.  
  287.                                   File Menu
  288.                                   ---------
  289.  
  290.        The File menu contains commands that transfer files or execute
  291.        programs.
  292.  
  293.        Copy:      Select Copy to copy files from the current directory to
  294.                   a different directory or drive.  If one or more files
  295.                   are tagged, then the tagged files will be copied.  A
  296.                   prompt will appear like this:
  297.  
  298.                   Copy 3 tagged file(s) to: _
  299.  
  300.                   If no files are tagged, then the current highlighted file
  301.                   is copied.  A prompt will appear like this:
  302.  
  303.                   Copy FMAV21.ZIP to: _
  304.  
  305.                   Type in a valid directory just as you would using the DOS
  306.                   COPY command or press Esc to cancel the Copy command.
  307.                   File Maven will ensure that the destination drive/directory
  308.                   exists before an attempt is made to copy the files.  The
  309.                   arrow "tag" is removed after a successful copy and the
  310.                   file is "marked" with an asterisk.
  311.  
  312.                   If an error occurs during the copy process, the speaker
  313.                   will beep and a brief error message will be displayed.
  314.                   The copy process will continue if other files in the list
  315.                   are tagged.  You can press the Esc key to stop the copy
  316.                   process.  An error will occur if the file has attributes
  317.                   of (S)ystem or (H)idden or if the destination drive is
  318.                   full.
  319.  
  320.                   If a file with the same name already exists in the
  321.                   destination directory, the copy process is interrupted
  322.                   with a prompt like this:
  323.  
  324.                   FMAV21.ZIP already exists.
  325.                   (R)eplace, (S)kip, (N)o_prompting, (Q)uit?
  326.  
  327.                   Press R to overwrite the file and continue the copy
  328.                   process.  Press S to skip the file and continue with the
  329.                   next tagged file.  Press N to overwrite the file and all
  330.                   other files that might already exist.  Press Q to cancel
  331.                   the Copy command.
  332.  
  333.  
  334.        Move:      Select Move to move files from the current directory to a
  335.                   different directory or drive.  If one or more files
  336.                   are tagged, then the tagged files will be moved.  A
  337.                   prompt will appear like this:
  338.  
  339.  
  340.  
  341.                                       6
  342.  
  343.  
  344.                   Move 3 tagged file(s) to: _
  345.  
  346.                   If no files are tagged, then the current highlighted file
  347.                   is moved.  A prompt will appear like this:
  348.  
  349.                   Move FMAV21.ZIP to: _
  350.  
  351.                   Type in a valid directory just as you would using the DOS
  352.                   COPY command (there is no DOS MOVE command, prior to DOS
  353.                   6.0) or press Esc to cancel the Move command.  File Maven
  354.                   will ensure that the destination drive/directory exists
  355.                   before an attempt is made to move the files.
  356.  
  357.                   The move process is the same as the copy process except
  358.                   the files are deleted if they are successfully copied.
  359.  
  360.        Duplicate: Select Duplicate to copy a file into the same directory
  361.                   under a different name.  Tagged files are ignored.  Only
  362.                   the current highlighted file is duplicated.  A prompt
  363.                   will appear like this:
  364.  
  365.                   Duplicate FMAV21.ZIP as: _
  366.  
  367.                   Type in a valid file name or press Esc to cancel the
  368.                   Duplicate command.
  369.  
  370.        Send:      Select Send to copy files to a remote computer connected
  371.                   by a null modem serial cable.  (Null modem cables are
  372.                   special 7-wire cables that allow two computers to
  373.                   communicate through their serial ports.  The TX/RX and
  374.                   handshaking lines are crossed at each end.)  If one or
  375.                   more files are tagged, then the tagged files will be sent.
  376.                   A prompt will appear like this:
  377.  
  378.                   Send 3 tagged file(s) to COMx (Y/N) ? _
  379.  
  380.                   If no files are tagged, then the current highlighted file
  381.                   is sent.  A prompt will appear like this:
  382.  
  383.                   Send FMAV21.ZIP to COMx (Y/N) ? _
  384.  
  385.                   COMx is the serial port specified with the Configure/Port
  386.                   command.  Type Y and press Enter to confirm the transfer
  387.                   or press Esc to cancel the Send command.  The following
  388.                   message will be displayed:
  389.  
  390.                   Select Receive on remote computer or press Esc to quit.
  391.  
  392.                   With File Maven running on the remote computer, select
  393.                   File/Receive from the menu as described below.
  394.  
  395.  
  396.  
  397.  
  398.                                       7
  399.  
  400.  
  401.        Receive:   Select Receive to copy files from a remote computer to
  402.                   the current directory.  A null modem cable connecting
  403.                   the two computers is required.  A prompt will appear as
  404.                   follows:
  405.  
  406.                   Receive file(s) from COMx (Y/N) ? _
  407.  
  408.                   COMx is the serial port specified with the Configure/Port
  409.                   command.  Type Y and press Enter to confirm the transfer
  410.                   or press Esc to cancel the Receive command.  The following
  411.                   message will be displayed:
  412.  
  413.                   Ready to receive files from COMx.  Press Esc to quit.
  414.  
  415.                   With File Maven running on the remote computer, select
  416.                   File/Send from the menu as described above.  The baud
  417.                   rate must be the same on both computers.  Use the
  418.                   Configure/Baud Rate command to set baud rates.  If you
  419.                   have trouble with file transfers, ensure that you have
  420.                   the correct COM ports specified and that you have a true
  421.                   7-wire null modem cable.  Try slower baud rates if
  422.                   necessary.
  423.  
  424.        Execute:   Select Execute to load and run a .BAT, .COM, or .EXE
  425.                   program.  A prompt will appear like this:
  426.  
  427.                   Execute C:\GRAPHICS>VPIC (enter parameters)
  428.  
  429.                   Type in any command line parameters and press Enter or
  430.                   press Esc to cancel the Execute command.  File Maven
  431.                   remains in memory so large programs may not load.
  432.  
  433.  
  434.                                  Modify Menu
  435.                                  -----------
  436.  
  437.        The Modify menu contains commands that modify files in some way or
  438.        another as opposed to just transferring them.
  439.  
  440.        Delete:    Select Delete to delete files from the current directory.
  441.                   If one or more files are tagged, then the tagged files
  442.                   will be deleted.  A prompt will appear like this:
  443.  
  444.                   Delete 3 tagged file(s) (Y/N) ?
  445.  
  446.                   If no files are tagged, then the current highlighted file
  447.                   is deleted.  A prompt will appear like this:
  448.  
  449.                   Delete FMAV21.ZIP (Y/N) ?
  450.  
  451.  
  452.  
  453.  
  454.  
  455.                                       8
  456.  
  457.  
  458.                   Type in Y and press Enter to delete the file(s) or press
  459.                   Esc to cancel the Delete command.  A file will not be
  460.                   deleted if it has attributes other than "A" (archive).
  461.  
  462.        Wipe:      Wipe is similar to the Delete command except the files
  463.                   will be overwritten with zeros just before they are
  464.                   deleted.  This prevents them from being unerased by
  465.                   programs such as Norton Utilities.
  466.  
  467.        Rename:    Select Rename to give the current highlighted file a
  468.                   different name.  Other tagged files are not affected.  A
  469.                   prompt will appear like this:
  470.  
  471.                   Rename FMAV21.ZIP to: _
  472.  
  473.                   Type in a valid DOS filename or press Esc to cancel the
  474.                   Rename command.  An error will occur if the name is
  475.                   invalid or another file with the same name already
  476.                   exists.
  477.  
  478.        Edit:      Select Edit to edit the current highlighted file with
  479.                   your own editor.  Use the Configure/Editor command to
  480.                   tell File Maven which editor to use.  The editor is
  481.                   loaded into memory and the highlighted file is passed
  482.                   as the command line parameter.
  483.  
  484.  
  485.        Attribute: Select Attribute to change the attributes of files in
  486.                   the current directory.  If one or more files are
  487.                   tagged, then the tagged files will be changed.  A prompt
  488.                   will appear like this:
  489.  
  490.                   Change attributes of 3 tagged files(s) to (+/-ASHR): _
  491.  
  492.                   If no files are tagged, then the attributes of the
  493.                   current highlighted file are changed.  A prompt will
  494.                   appear like this:
  495.  
  496.                   Change attributes of FMAV21.ZIP to (+/-ASHR): _
  497.  
  498.                   The four possible attributes are A for archive, S for
  499.                   system, H for hidden, and R for read-only.  Refer to your
  500.                   DOS manual for a description of file attributes.
  501.  
  502.                   Type in the attributes to change by preceding each one
  503.                   with a + to turn on or a - to turn off.  Press Esc to
  504.                   cancel the Attribute command.  Here are some examples:
  505.  
  506.                   +H-S      ; turn on H attribute and turn off S attribute
  507.                             ; the A and R attributes are not affected.
  508.  
  509.                   -H-S-R-A  ; turn off all attributes
  510.  
  511.  
  512.                                       9
  513.  
  514.  
  515.                                   List Menu
  516.                                   ---------
  517.  
  518.        The List menu contains commands that affect the entire file list,
  519.        not just the individual files.
  520.  
  521.        Sort:     Select Sort to set the sort order for the current
  522.                  directory and all subsequent directories.  A submenu will
  523.                  appear as follows:
  524.  
  525.                  Name  Extension  Size  Date  Attribute  Unsorted  Reverse
  526.  
  527.                  Select the file sort order from this list.  Select
  528.                  Unsorted to reload the current directory and leave it in
  529.                  the original DOS order.  Select Reverse to reverse the
  530.                  current sort order with a descending sort.  The current
  531.                  sort order is displayed in the statistics box.  The sort
  532.                  order remains in effect until you change it again or exit
  533.                  File Maven.  The default sort order is by Name.  The sort
  534.                  order can also be set from the FM.EXE command line (see
  535.                  the Installation section discussed earlier).
  536.  
  537.        Tag:      Select Tag to tag or untag a group of files all at once.
  538.                  Individual files are tagged/untagged with the + and - keys.
  539.                  A submenu will appear as follows:
  540.  
  541.                  All  None  Marked  Unmarked  Flip
  542.  
  543.                  Select All to tag all files in the list.  Select None to
  544.                  untag and unmark all files in the list.  Select Marked to
  545.                  tag all files that are marked with an asterisk.  These
  546.                  files have recently been copied or had their attributes
  547.                  changed.  Select Unmarked to tag all files that are
  548.                  currently marked with an asterisk.  Select Flip to tag
  549.                  all untagged files and to untag all tagged files.  Marked
  550.                  files are not affected by the Flip command.
  551.  
  552.        Filespec: Select Filespec to change the current filespec.  The
  553.                  filespec is the file name filter that determines which
  554.                  files to display.  A prompt will appear as follows:
  555.  
  556.                  Enter new filespec: _
  557.  
  558.                  Type in a new filespec or press Esc to cancel.  The
  559.                  default filespec is *.* which displays all files.  The
  560.                  current filespec remains in effect until you change it
  561.                  again.  You can set the filespec from the FM.EXE command
  562.                  line (see Installation section).  Here are some filespec
  563.                  examples:
  564.  
  565.                  *.DOC      ; display only files with an extension of .DOC
  566.                  K*.*       ; display only files that start with a K
  567.  
  568.  
  569.                                      10
  570.  
  571.  
  572.                                 Directory Menu
  573.                                 --------------
  574.  
  575.        The Directory menu contains commands for managing subdirectories.
  576.  
  577.        Create:   Select Create to make a new subdirectory in the current
  578.                  directory.  This is similar to the DOS MD command.  A
  579.                  prompt will appear like this:
  580.  
  581.                  New subdirectory for C:\
  582.  
  583.                  Type in a valid directory name and press Enter or press
  584.                  Esc to cancel.
  585.  
  586.        Delete:   Select Delete to remove the directory that is currently
  587.                  highlighted.  This is similar to the DOS RD command.  A
  588.                  Yes/No conformation prompt will appear before the
  589.                  directory is removed.  An error message will be displayed
  590.                  if the directory is not empty.
  591.  
  592.        Rename:   Select Rename to change the name of the current
  593.                  highlighted directory.  A prompt will appear like this:
  594.  
  595.                  Rename WINDOWS to: _
  596.  
  597.                  Type in a valid directory name and press Enter or press
  598.                  Esc to cancel the Rename command.
  599.  
  600.  
  601.                                  Configure menu
  602.                                  --------------
  603.  
  604.        The Configure menu contains commands to customize File Maven for
  605.        your computer.  Use the Save command to save the changes or they
  606.        will be lost when you exit the program.
  607.  
  608.        Colors:        Select Colors to change the screen colors for up
  609.                       to 15 areas of the screen.  Each area is identified
  610.                       as "A" through "O" on the menu.  A prompt will
  611.                       appear as follows:
  612.  
  613.                       Foreground color (0..15): _
  614.  
  615.                       The current foreground color will be at the cursor.
  616.                       Press the Backspace key to change the color or press
  617.                       Enter to keep the current color.  The status line
  618.                       will show the available color numbers.  The next
  619.                       prompt will appear as follows:
  620.  
  621.                       Background color (0..7): _
  622.  
  623.  
  624.  
  625.  
  626.                                      11
  627.  
  628.  
  629.                       The current background color will be at the cursor.
  630.                       Press the Backspace key to change the color or press
  631.                       Enter to keep the current color.  The background
  632.                       color must be different that the foreground color.
  633.                       Press Esc to cancel the Color command.
  634.  
  635.                       Option "P" on the Colors menu will reset all screen
  636.                       colors to the default setting.  If you have a
  637.                       monochrome monitor you might need to use option "Q"
  638.                       for all black and white colors.  Press / C C Q if you
  639.                       have trouble seeing the menus.
  640.  
  641.        Port:          Select Port to view or change the current serial
  642.                       port for file transfers (see the File/Send and
  643.                       File/Receive commands).  The current port (COM1, 2,
  644.                       3, or 4) will have an "x" next to it.  Press Esc
  645.                       to remove the Port menu.
  646.  
  647.        Baud Rate:     Select Baud Rate to view or change the current baud
  648.                       rate for file transfers (see the File/Send and
  649.                       File/Receive commands).  The current baud rate will
  650.                       have an "x" next to it.  Both computers must be set
  651.                       to the same baud rate for file transfers.  Press
  652.                       Esc to remove the Baud Rate menu.
  653.  
  654.        Editor:        Select Editor to set the name of the file editor to
  655.                       use with the Modify/Edit command.  A prompt will
  656.                       appear like this:
  657.  
  658.                       Current Editor=C:\DOS\EDIT.COM
  659.  
  660.                       Type in the full pathname of your editor or press
  661.                       Esc to keep the current editor.  Leave the line
  662.                       blank and press Enter for no editor.
  663.  
  664.        Register:      The Register command is where registered users enter
  665.                       their registration serial numbers.  When a valid
  666.                       serial number is entered, the license agreement
  667.                       message on the opening screen is replaced with the
  668.                       registration name and serial number.  Also, the
  669.                       registration reminder screen shown when you exit
  670.                       File Maven is removed completely.
  671.  
  672.        Save Settings: Select Save to write all configuration changes back
  673.                       to the File Maven .EXE file.  If you fail to save
  674.                       your changes, they will be lost when you exit the
  675.                       program.  If you are using ver 2.x of DOS then you
  676.                       must type in the full pathname of the File Maven
  677.                       program (i.e. C:\UTIL\FM.EXE).
  678.  
  679.  
  680.  
  681.  
  682.  
  683.                                      12
  684.  
  685.  
  686.                                    Help Menu
  687.                                    ---------
  688.  
  689.        The Help menu gives a brief description of File Maven's commands,
  690.        organized by the major menu categories.  The General help screen
  691.        displays a table of active keys and mouse usage.
  692.  
  693.  
  694.                                    Exit Menu
  695.                                    ---------
  696.  
  697.        Exit:     Select Exit to exit File Maven.  Non-registered users
  698.                  will see a registration reminder screen with an option
  699.                  to print an order form to the DOS PRN device.
  700.  
  701.  
  702.                                  Miscellaneous
  703.                                  -------------
  704.  
  705.        File Maven was written in Borland Pascal 7.0 (approximately 4800
  706.        lines of code) on a Gateway 2000 486DX2/50 computer.  The program
  707.        was beta tested on several types of computers including work-
  708.        stations on a LANtastic and Novell network.
  709.  
  710.        Here are some features that I am considering for future versions:
  711.  
  712.        PKZIP support (tag files to compress, uncompress)
  713.        File split/join
  714.        Graphical directory tree
  715.  
  716.        Please send your own suggestions to:
  717.  
  718.        Kent Briggs
  719.        109A Romana Cir.
  720.        Hewitt, TX  76643
  721.  
  722.        Look for the latest version of File Maven on the following BBS's:
  723.  
  724.        The Consultant BBS  718-837-3236 ; ASP Hub, free 1st call download
  725.        Space BBS           415-323-4193 ; ASP Hub, free 1st call download
  726.        Exec-PC             414-789-4210 ; Largest BBS in USA, fee required
  727.  
  728.        All three BBS's are PC-Pursuitable.
  729.  
  730.  
  731.                                 Program History
  732.                                 ---------------
  733.  
  734.        Ver 1.0  06/12/92 (Initially titled "KB-File Manager")
  735.        Initial release.
  736.  
  737.        Ver 1.1  06/12/92
  738.        Bug fix.  The box showing the number of tagged files did not update
  739.        after using the Attributes command on tagged files.
  740.  
  741.                                      13
  742.  
  743.  
  744.        Ver 1.2  07/30/92
  745.        Added two new features: Text file viewer and COM/EXE/BAT program
  746.        execution.
  747.  
  748.        Ver 2.0  12/05/92 (Renamed to "File Maven")
  749.        Added mouse support, pull-down menus, hot-keys, file transfer,
  750.        duplicate, wipe, and edit, directory rename, and internal
  751.        configuration options.  Tabs expanded in file viewer.
  752.  
  753.        Ver 2.1  04/17/93
  754.        Now view and copy read-only files (necessary for CD-ROMs).
  755.        Association of Shareware Professionals (ASP) documentation added.
  756.        New opening screen, network license, international shipping.
  757.  
  758.        ATTENTION REGISTERED 2.0 USERS:  use your existing registration
  759.        name and serial number for a self-upgrade.
  760.  
  761.                                ---------------
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.                                      14
  799.  
  800.  
  801.                               File Maven 2.1
  802.                                 Order Form
  803.  
  804.       Item                              Qty    Each    Amount
  805.       ===============================   ====   ====    ======
  806.  
  807.       Single user license               ____    $15   $______
  808.  
  809.       Network server license            ____    $75   $______
  810.  
  811.       Unlimited user site license       ____   $225   $______
  812.  
  813.                                                       $  1.50  Shipping *
  814.             Disk size (check one):
  815.             [ ] 3.5"   [ ] 5.25"                      $        Total
  816.                                                        ======
  817.       * S&H is $3.50 for orders outside the U.S.A.
  818.  
  819.         Send check or money order to:   Kent Briggs
  820.         (U.S.A. banks only)             109A Romana Cir.
  821.                                         Hewitt, TX  76643
  822.  
  823.  
  824.        Name: ___________________________________________________________
  825.  
  826.     Company: ___________________________________________________________
  827.  
  828.     Address: ___________________________________________________________
  829.  
  830.              ___________________________________________________________
  831.  
  832.        City: _______________________________  State: ___  Zip: _________
  833.  
  834.  
  835.     Register File Maven under the following name:
  836.  
  837.     Name: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  838.            (30 characters maximum.  The registration name and serial
  839.             serial number will appear on the opening screen.)
  840.  
  841.     My copy of File Maven came from (circle one):
  842.  
  843.     A. BBS   B. Shareware Disk Distributor   C. User Group   D. Other
  844.  
  845.     Source Name: _______________________________ Phone No: _____________
  846.  
  847.  
  848.     Suggestions for improvement: _______________________________________
  849.  
  850.     ____________________________________________________________________
  851.  
  852.     ____________________________________________________________________
  853.  
  854.     ____________________________________________________________________
  855.  
  856.